home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000247_amos-request@svcs1.digex.net_Wed Aug 13 19:00:00 1997.msg < prev    next >
Text File  |  1997-09-09  |  2KB  |  51 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id SAA00833
  3.     for <mcox@access.digex.net>; Wed, 13 Aug 1997 18:59:59 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id LAA22096
  6.     for amos-out; Wed, 13 Aug 1997 11:38:27 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id LAA22093
  9.     for <amos-list@svcs1.digex.net>; Wed, 13 Aug 1997 11:38:26 -0400 (EDT)
  10. Received: from haven.uchicago.edu (root@haven.uchicago.edu [128.135.12.3])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id LAA01511
  12.     for <amos-list@access.digex.net>; Wed, 13 Aug 1997 11:38:24 -0400 (EDT)
  13. Received: from midway.uchicago.edu (root@midway.uchicago.edu [128.135.12.12])
  14.     by haven.uchicago.edu (8.8.5/8.8.5) with ESMTP id KAA14608;
  15.     Wed, 13 Aug 1997 10:38:20 -0500 (CDT)
  16. Received: from kimbark.uchicago.edu (15273@kimbark.uchicago.edu [128.135.12.52]) by midway.uchicago.edu (8.8.5/8.8.3) with ESMTP id KAA29140; Wed, 13 Aug 1997 10:37:59 -0500 (CDT)
  17. Received: from localhost (sdmatott@localhost) by kimbark.uchicago.edu (8.8.5/8.8.3) with SMTP id KAA11704; Wed, 13 Aug 1997 10:37:58 -0500 (CDT)
  18. X-Authentication-Warning: kimbark.uchicago.edu: sdmatott owned process doing -bs
  19. Date: Wed, 13 Aug 1997 10:37:57 -0500 (CDT)
  20. From: Scott Douglas Matott <sdmatott@midway.uchicago.edu>
  21. X-Sender: sdmatott@kimbark.uchicago.edu
  22. Reply-To: Scott Douglas Matott <sdmatott@midway.uchicago.edu>
  23. To: --==Murray==-- <malcolm.murray@virgin.net>
  24. cc: AMOS List <amos-list@access.digex.net>
  25. Subject: Re: Binary Troubles...
  26. In-Reply-To: <33F14B36.478C@virgin.net>
  27. Message-ID: <Pine.GSO.3.95.970813103538.10855C-100000@kimbark.uchicago.edu>
  28. MIME-Version: 1.0
  29. Content-Type: TEXT/PLAIN; charset=US-ASCII
  30. Status: O
  31. X-Status: 
  32.  
  33.  
  34. > Its supposed to happen.
  35. > You see %000000000000001 is the same as %1
  36. > basically you can miss out any leading zeros.
  37. > %00101 is the same as %101
  38. > OK?
  39. > -Murray
  40.     
  41.     Man don't I feel stupid, I guess because in Sam Play you set the
  42. bits to match the AMiga's 4 channels I got to thinking the posistion of
  43. the little 1 and 0's matter, but thinking about it of course they don't
  44. it's all about the number they represent so naturally %0001 is the same as
  45. %1.  Oh well another "mystery" of Amos solved!
  46.         Thanks,
  47.         Scott Matott sXe
  48.  
  49.